Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync to upstream/release/632 #1307

Merged
merged 113 commits into from
Jun 29, 2024
Merged

Sync to upstream/release/632 #1307

merged 113 commits into from
Jun 29, 2024

Conversation

aatxe
Copy link
Collaborator

@aatxe aatxe commented Jun 29, 2024

What's Changed?

New Solver

  • Added support for the rawget type function.
  • Reduced overall static memory usage of builtin type functions.
  • Fixed a crash where visitors could mutate a union or intersection type and fail to invalidate iteration over them in doing so.
  • Revised autocomplete functionality to not rely on a separate run of the type solver when using the new solver.
  • Implemented a more relaxed semantic rule for casting.
  • Fixed some smaller crashes in the new solver.

Native Code Generation

  • Add additional codegen specialization for math.sign
  • Cleaned up a large number of outstanding fflags in the code.

Internal Contributors

Co-authored-by: Aaron Weiss [email protected]
Co-authored-by: Alexander McCord [email protected]
Co-authored-by: Andy Friesen [email protected]
Co-authored-by: James McNellis [email protected]
Co-authored-by: Jeremy Yoo [email protected]
Co-authored-by: Vighnesh Vijay [email protected]
Co-authored-by: Vyacheslav Egorov [email protected]

aatxe and others added 30 commits November 3, 2023 12:47
- Add SUBRK and DIVRK bytecode instructions
    - Enables future performance optimizations

Miscellaneous
- Small performance improvements to new non-strict mode
- Introduce more scripts for fuzzing
- Improcements to dataflow analysis
Co-authored-by: Alexander McCord <[email protected]>
Co-authored-by: Andy Friesen <[email protected]>
Co-authored-by: Aviral Goel <[email protected]>
Co-authored-by: David Cope <[email protected]>
Co-authored-by: Lily Brown <[email protected]>
Co-authored-by: Vyacheslav Egorov <[email protected]>
@aatxe aatxe merged commit 0d26888 into master Jun 29, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Record type locations for definition files types (AstDeclaredClassProp and AstStatDeclareFunction)
6 participants